home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / src / xconq-7.1.0 / config / mh-linux < prev    next >
Encoding:
Text File  |  1996-07-07  |  424 b   |  16 lines  |  [TEXT/R*ch]

  1. # Define SYSV as -DSYSV if you are using a System V operating system.
  2. # FIXME: What is this used for?  It should go away (and even if it hasn't,
  3. # it's not clear linux should define it).
  4. SYSV = -DSYSV
  5. RANLIB = ranlib
  6.  
  7. # What is this doing here?
  8. #LDFLAGS = -static
  9.  
  10. # Point at XFree86 stuff.
  11. X11_INCLUDE_FLAGS = -I/usr/X11R6/include
  12. X11_LIB_FLAGS = -L/usr/X11R6/lib
  13.  
  14. # no libtermlib.a with GNU ncurses.
  15. CURSES_LIB = -lcurses
  16.